home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2000 December / Internet News 2000-12 - CD-ROM.rar / IN200012.ISO / Tin / Autorun / MEDIA / Common / importF.H < prev    next >
C/C++ Source or Header  |  2000-11-19  |  577b  |  22 lines

  1. /*
  2.  *    File:            importF.H
  3.  *
  4.  *    Created by:      ButtonTool (version of Dec 23 1998; 16:40:53; PPC)
  5.  *    Date:            Monday, July 19, 1999; 9:20:06 AM
  6.  *    Author:          Elisa
  7.  *    Workstation:     Mac Elisa
  8.  *
  9.  */
  10.  
  11. #ifndef _importF_H_
  12. #define _importF_H_
  13.  
  14. enum
  15. {
  16.     BTN_importF_1                                          =    0xDF26C2F7,        // Menu
  17.     BTN_importF_2                                          =    0xDF26C2F4,        // Uscita
  18.     BTN_importF_3                                          =    0xDF26C2F5        // Stampa
  19. } ;
  20.  
  21. #endif /*_importF_H_*/
  22.